Since the DFT is discrete in both the time and frequency domains, it
can be computed and stored numerically, as well as symbolically.
The <#505#>Fourier<#505#> function provided with the 1.2 release of /
implements the numerical DFT, whereas the
<#3240#>
<#3240#> |
Like the forward DFT, the inverse DFT rule base relies on a DTFT rule base. <#513#>InvDFTransform<#513#> operates on finite-extent sequences and requires three arguments: X[k], N, and k. Its only strategy rewrites the sampled frequency response into a continuous one and then calls the inverse DTFT.